Added gdk-pixbuf-drawable to Makefile.am so it is compiled into
authorCody Russell <bratsche@src.gnome.org>
Thu, 7 Oct 1999 06:16:16 +0000 (06:16 +0000)
committerCody Russell <bratsche@src.gnome.org>
Thu, 7 Oct 1999 06:16:16 +0000 (06:16 +0000)
libgdk_pixbuf.

gdk-pixbuf/ChangeLog
gdk-pixbuf/Makefile.am

index 0da60bb997200a08855ff5af9ba909d4ae05084f..8f3b1a4c771dc55bbee7c1c60b944da46548686d 100644 (file)
@@ -1,3 +1,13 @@
+1999-10-07  Cody Russell  <bratsche@dfw.net>
+       * src/gdk-pixbuf-drawable.[ch]: Added. (Actually, Miguel committed
+       them, but I wrote them).
+
+       * src/gdk-pixbuf-drawable.h: Added a missing ; so things will now
+       compile.
+
+       * src/Makefile.am: Added gdk-pixbuf-drawable.[ch] to
+       libgdk_pixbuf_la_SOURCES and libgdk_pixbufinclude_HEADERS.
+
 1999-09-22  Michael Meeks  <michael@nuclecu.unam.mx>
 
        * src/gdk-pixbuf.c (gdk_pixbuf_new): created.
index 7e12ec9ab6e19be54fc7ba42866cfa5c20272aa9..5a98905403ed0c6a4b11efacd9ef758b5729e0d3 100644 (file)
@@ -45,11 +45,13 @@ libgdk_pixbufincludedir = $(includedir)/gdk-pixbuf
 
 libgdk_pixbuf_la_SOURCES =     \
        gdk-pixbuf.c            \
-       gdk-pixbuf-io.c
+       gdk-pixbuf-io.c         \
+       gdk-pixbuf-drawable.c
 
 libgdk_pixbufinclude_HEADERS = \
        gdk-pixbuf.h            \
-       gdk-pixbuf-io.h
+       gdk-pixbuf-io.h         \
+       gdk-pixbuf-drawable.h
 
 #
 # The PNG plugin.